const runtime.waitReasonZero
7 uses
runtime (current package)
debugcall.go#L128: newg := newproc1(*(**funcval)(unsafe.Pointer(&fn)), gp, callerpc, false, waitReasonZero)
proc.go#L4521: gp.waitreason = waitReasonZero
proc.go#L5299: newg := newproc1(fn, gp, pc, false, waitReasonZero)
runtime2.go#L1223: waitReasonZero waitReason = iota // ""
runtime2.go#L1273: waitReasonZero: "",
synctest.go#L200: bubble.main = newproc1(fv, gp, pc, false, waitReasonZero)
traceback.go#L1232: if (gpstatus == _Gwaiting || gpstatus == _Gleaked) && gp.waitreason != waitReasonZero {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |